/*
**    Name: init.c
**
**    Date: Thu Jan 13 15:57:35 2005
**
**    Purpose:
**
*/

#if HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */

#include <assert.h>

#include "tds.h"
#include "tdsodbc.h"

#ifdef RISCOS
BOOL
_init(void)
{
	return TRUE;
}

BOOL
_fini(void)
{
	return TRUE;
}
#endif
